@charset "utf-8";
/* 首页 */
/* 首页轮播图 */
.home-page #swiper-index {
    width: 100%;
    height: 4.5rem;
    margin-bottom: 0.6rem;
    position: relative;
}

#swiper-index .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
}

#swiper-index .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#swiper-index .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.13rem;
    /* background-color: #DEDEB4; */
    background-color: transparent;
    border:0.02rem solid #fff;
    margin: 0 0.18rem;
}

#swiper-index .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    /* width: 0.6rem; */
    border-radius: 0.2rem;
}

#swiper-index .swiper-button-prev {
    background-image: url('../images/hover_left.png');
}

#swiper-index .swiper-button-next {
    background-image: url('../images/hover_right.png');
}

#swiper-index .swiper-button-prev,
#swiper-index .swiper-button-next {
    width: 0.44rem;
    height: 0.44rem;
    background-size: 100% auto;
    border-radius: 50%;
    display: none;
}
#swiper-index .swiper-button-prev {
    left: 0.3rem;
}

#swiper-index .swiper-button-next {
    right: 0.3rem;
}
#swiper-index:hover .swiper-button-prev,
#swiper-index:hover .swiper-button-next{
    display: block;
}

/* 首页内容 */
.home-page .content-part {
    /* padding: var(--content-size-padding1); */
    padding: 0 3.6rem;
}

/* 新闻 */
.content-part .news-container {
    display: flex;
    justify-content: space-between;
    /* height: 3.7rem; */
    margin-bottom: 1.14rem;
    overflow: hidden;
}

.news-container .left-part {
    width: 5rem;
    height: 100%;
    margin-right: 0.49rem;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    background: #F4F4F4;
    border-radius: 0.2rem;
}

.news-container .left-part .img {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.2rem 0.2rem 0 0;
    object-fit: cover;
}

.news-container .left-part .content {
    border-radius: 0 0 0.2rem 0.2rem;
    width: 100%;
    /* height: 1.2rem; */
    padding: 0.2rem;
}

.news-container .left-part .title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.15rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-container .left-part .text {
    font-size: 0.14rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.2rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 新闻动态、通知公告 */
.news-container .right-part {
    flex: 1;
    flex-direction: column;
}

.news-container .right-part .right-part-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 0.02rem solid rgba(242, 101, 34, 0.5);
    /* margin-bottom: 0.39rem; */
    padding-bottom: 0.05rem;
    flex-grow: 0;
    flex-shrink: 0;
}

.news-container .right-part .right-part-nav-en {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 0.04rem solid rgba(242, 101, 34, 0.5);
    /* margin-bottom: 0.39rem; */
    padding-bottom: 0.05rem;
    flex-grow: 0;
    flex-shrink: 0;
}


.news-container .right-part-nav .right-part-nav-title {
    display: flex;
}

.news-container .right-part-nav .title-item {
    font-size: 0.26rem;
    color: #333;
    padding: 0 0.06rem;
    position: relative;
    cursor: pointer;
}

.news-container .right-part-nav .title-item+.title-item {
    margin-left: 0.46rem;
}

.news-container .right-part-nav .title-item.active,
.news-container .right-part-nav .title-item:hover {
    font-weight: bold;
    /* color: var(--main-color); */
    color: #F26522;
}

.news-container .right-part-nav-en .title-item-en{
	font-weight: 400;
	color: #F26522;
	font-size: 0.3rem;
}

.news-container .right-part-nav .title-item.active::after,
.news-container .right-part-nav .title-item:hover::after {
    content: '';
    position: absolute;
    bottom: -0.09rem;
    left: 0;
    width: 100%;
    height: 0.06rem;
    /* background: var(--main-color); */
    background: #F26522;
}

.news-container .right-part-nav .right-part-nav-more {
    font-size: 0.14rem;
    color: #999;
    cursor: pointer;
    display: none;
}

.news-container .right-part-nav .right-part-nav-more.active {
    display: block;
}

.news-container .right-part-nav-en .right-part-nav-more {
    font-size: 0.14rem;
    color: #999;
    cursor: pointer;
}


.news-container .right-part .right-part-content {
    flex: 1;
}

.news-container .right-part-content .right-part-content-item,
.list-container .right-part-content-item {
    width: 100%;
    height: 100%;
    flex: 1;
    flex-grow: 0;
    flex-shrink: 0;
    /* display: flex; */
    display: none;
    flex-direction: column;
}

.news-container .right-part-content .right-part-content-item.active,
.list-container .right-part-content-item {
    display: flex;
}

.news-container .right-part-content-item .list-item,
.list-container .right-part-content-item .list-item {
    margin-top: 0.37rem;
    display: flex;
    justify-content: space-between;
}
.list-container .right-part-content-item .list-item:first-child{
    margin-top: 0.11rem;
}

.right-part-content-item .list-item .text {
    width: 80%;
    font-size: 0.2rem;
    font-weight: 400;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.right-part-content-item .list-item .time {
    color: #666;
    font-size: 0.18rem;
    font-weight: 300;
}

.content-part .list-container.xwdt,
.content-part .list-container.tzgg{
    display: none;
}


/* 特别策划、特别策划、合作伙伴的公共部分 */
.list-container {
    margin-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
}

.list-container .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 0.3rem;
    padding-bottom: 0.08rem;
    border-bottom: 0.04rem solid rgba(242, 101, 34, 0.5);
    margin-bottom: 0.28rem;
    box-sizing: content-box;
}

.list-container .top .title-box {
    display: flex;
    align-items: flex-end;
}

.top .title-box .title-text {
    font-size: 0.26rem;
    color: #333333;
}

.top .title-box .title-text-en {
    font-size: 0.24rem;
    /* color: var(--main-color); */
    color: #F26522;
    margin-left: 0.26rem;
}

.top .title-box .title-item-en{
	font-weight: 400;
	color: #F26522;
	font-size: 0.3rem;
}

.list-container .top .more {
    font-size: 0.14rem;
    color: #999999;
    cursor: pointer;
}

/* 精彩直击 */
.jczj .content-pc {
    display: flex;
    width: 100%;
}

.jczj .content-wb{
    display: none;
}

.jczj .left-part {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    width: 3.6rem;
    height: 4.6rem;
    margin-right: 0.15rem;
}

.jczj .left-part .left-part-item{
    width: 3.6rem;
    height: 2.2rem;
    border-radius: 0.1rem;
    position: relative;
    margin-bottom:0;
}

.jczj .left-part-item .left-part-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
}

.jczj .left-part-item .left-part-mask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-image: var(--mask-linear-gradient1); */
    background:  rgb(11, 11, 11, 0.5);
    border-radius: 0 0 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.jczj .left-part-item .left-part-mask {
    height: 20%;
}

.jczj .left-part-item .left-part-mask p {
    line-height: 0.28rem;
    font-size: 0.16rem;
    padding: 0 0.12rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jczj .right-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: space-between;
    height: 100%;
}

.jczj .right-part .right-part-item {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 8.08rem;
    height:auto;
    border-radius: 0.1rem;
    position: relative;
}

.jczj .right-part .right-part-item video{
    border-radius: 0.1rem;
}


/* 主题活动 */
.zthd .content {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.zthd .content .conent-item {
    /* width: 3.9rem; */
    width: calc((100% - 0.32rem) / 3);
    height: 2.5rem;
    border-radius: 0.15rem;
    position: relative;
    cursor: pointer;
    margin-right: 0.16rem;
}

.zthd .content .conent-item:nth-child(3n) {
    margin-right: 0;
}

.zthd .content .conent-item .conent-item-img {
    width: 100%;
    height: 100%;
    border-radius: 0.15rem;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.zthd .content .conent-item .conent-item-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    /* background-image: var(--mask-linear-gradient1); */
    background: rgb(11, 11, 11, 0.5);
    border-radius: 0 0 0.15rem 0.15rem;
    display: none;
    align-items: center;
    justify-content: center;
	text-align:center;
}

.zthd .content .conent-item:hover .conent-item-mask {
    display: flex;
}

.zthd .content .conent-item .conent-item-mask p {
    font-size: 0.2rem;
	line-height:0.28rem;
    color: #fff;
    font-weight: bold;
    padding: 0 0.2rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 特别策划 */
.tbch .content {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.tbch .content .conent-item {
    /* width: 3.9rem; */
    width: calc((100% - 0.32rem) / 3);
    height: 2.5rem;
    border-radius: 0.15rem;
    position: relative;
    cursor: pointer;
    margin-right: 0.16rem;
}

.tbch .content .conent-item:nth-child(3n) {
    margin-right: 0;
}

.tbch .content .conent-item .conent-item-img {
    width: 100%;
    height: 100%;
    border-radius: 0.15rem;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.tbch .content .conent-item .conent-item-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    /* background-image: var(--mask-linear-gradient1); */
    background: rgb(11, 11, 11, 0.5);
    border-radius: 0 0 0.15rem 0.15rem;
    display: none;
    align-items: center;
    justify-content: center;
	text-align:center;
}

.tbch .content .conent-item:hover .conent-item-mask {
    display: flex;
}

.tbch .content .conent-item .conent-item-mask p {
    font-size: 0.2rem;
	line-height:0.28rem;
    color: #fff;
    font-weight: bold;
    padding: 0 0.2rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 服务案例 */
.fwal .content {
    display: flex;
    height: 4rem;
    width: 100%;
}

.fwal .content .left-part {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 3.6rem;
    height: 4rem;
    border-radius: 0.1rem;
    position: relative;
    margin-right: 0.15rem;
}

.fwal .left-part .left-part-img,
.fwal .right-part .right-part-item .right-part-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
}

.fwal .left-part .left-part-mask,
.fwal .right-part .right-part-item .right-part-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-image: var(--mask-linear-gradient1); */
    background:  rgb(11, 11, 11, 0.5);
    border-radius: 0 0 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.fwal .left-part .left-part-mask {
    height: 12%;
}

.fwal .left-part .left-part-mask p {
    line-height: 0.28rem;
    font-size: 0.16rem;
    padding: 0 0.12rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fwal .content .right-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: space-between;
    height: 100%;
}

.fwal .right-part .right-part-item {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 1.9rem;
    border-radius: 0.1rem;
    position: relative;
}

.fwal .right-part .right-part-item:nth-child(-n + 3) {
    /* margin-bottom: 0.2rem; */
}

.fwal .right-part .right-part-item:first-child,
.fwal .right-part .right-part-item:nth-child(5) {
    width: 3.8rem;
}

.fwal .right-part .right-part-item .right-part-mask {
    height: 25%;
}

.fwal .right-part .right-part-item .right-part-mask p {
    line-height: 0.2rem;
    font-size: 0.16rem;
    padding: 0 0.12rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 合作伙伴 */
.hzhb .content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.hzhb .content .content-item {
    /* width: 1.94rem; */
    width: calc(100% / 5);
    height: 1.8rem;
}

.hzhb .content .content-item .conent-item-img {
    width: 100%;
    height: 100%;
    object-fit:contain;
	transition: all 0.5s;
}

.hzhb .content a:hover img {
   transform: scale(1.1);
}


/* 服务案例页 */
.fwal-page {
    /* margin-top: calc(var(--margin-top-header) + 0.36rem);
    padding: var(--content-size-padding1); */
    margin-top: calc(1.96rem + 0.36rem);
    padding: 0 3.6rem;
    margin-bottom: 2rem;
}

.fwal-page .content {
    display: flex;
}

/* 时间轴 */
.fwal-page .time-box {
    width: 1.8rem;
    height: 5.6rem;
    padding-bottom: 0.8rem;
    flex-grow: 0;
    flex-shrink: 0;
    /* border-left: 0.03rem solid var(--main-color); */
    border-left: 0.03rem solid #F26522;
}

.fwal-page .time-swiper,
.fwal-page .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.fwal-page .time .time-item a{
    height: 0.8rem;
    display: flex;
    align-items: flex-end;
    color: #999999;
    font-size: 0.26rem;
    font-weight: 400;
    cursor: pointer;
    padding-left: 0.17rem;
    white-space: nowrap;
    flex-shrink: 0;
    flex-grow: 0;
}

.fwal-page .time .time-item:hover,
.fwal-page .time .time-item.active a{
    /* color: var(--main-color); */
    color: #F26522;
    font-size: 0.3rem;
    font-weight: bold;
}

.fwal-page .content-container-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fwal-page .content-container {
    display: none;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.fwal-page .content-container.active {
    display: flex;
}

.fwal-page .content-container .content-item {
    /* width: 2.85rem; */
    width: calc((100% - 1.4rem) / 3);
    margin-bottom: 0.4rem;
    display: flex;
    flex-direction: column;
    margin-right: 0.7rem;
}

.fwal-page .content-container .content-item:nth-child(3n) {
    margin-right: 0;
}

.fwal-page .content-container .content-item a{
    height:1.5rem;
	cursor:default;
}

.content-container .content-item .content-item-img {
    width: 2.85rem;
    height: 1.5rem;
    object-fit: cover;
}

.content-container .content-item .title-box {
    margin-top: 0.09rem;
	height:0.4rem;
}

.content-container .content-item .title {
    font-size: 0.14rem;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.content-container .content-item .info {
    margin-top: 0.37rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    color: #999999;
    font-size: 0.12rem;
}
.content-item .info .location{
    width: 65%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.content-item .info .date{
    width: 35%;
    text-align: right;
}
/* 合作伙伴-图片列表 --------------------------------*/
.partner-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .partner-link {
    width: 18%;
    height: 2rem;
    margin-bottom: 0.3rem;
    margin-right: 2.5%;
  }
  .partner-link:nth-child(5n) {
    margin-right: 0;
  }
  .partner-link img {
    max-width: 100%;
    object-fit: cover;
    transition: all 0.5s;
  }
  .partner-link:hover img {
    transform: scale(1.1);
  }
  /* 文创产品-图片列表 --------------------------------*/
  .wccp-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .wccp-list li {
    width:31%;
    margin-bottom: 0.5rem;
    margin-right: 3.5%;
  }
  .wccp-list li:nth-child(3n) {
    margin-right: 0;
  }
  .wccp-img {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  .wccp-img img {
    max-width: 100%;
    object-fit: cover;
    /* transition: all 0.5s; */
  }
  .wccp-list a:hover{
    cursor: default;
  }
  /* .wccp-list a:hover img {
    transform: scale(1.05);
  } */
  .wccp-list h3 {
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    line-height: 0.26rem;
    font-weight: 400;
  }
  
  /* 主题活动-图片列表 --------------------------------*/
  .zthd-list {
    display: flex;
    flex-wrap: wrap;
  }
  .zthd-list .zthd-nav {
    width:31%;
    margin-bottom: 0.5rem;
    margin-right: 3.5%;
  }
  .zthd-list .zthd-nav:nth-child(3n) {
    margin-right: 0;
  }
  .zthd-img {
    width: 100%;
    height: 2.55rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  .zthd-img img {
    max-width: 100%;
    object-fit: cover;
	border-radius: 0.15rem;
    /* transition: all 0.5s; */
  }
  .zthd-list a:hover{
    cursor: pointer;
  }
  /* .wccp-list a:hover img {
    transform: scale(1.05);
  } */
  .zthd-list h3 {
    font-size: 0.18rem;
    color: #333;
    text-align: left;
    line-height: 0.26rem;
    font-weight: 400;
  }


/* 手机端 */
@media screen and (max-width: 769px){
    /* 首页轮播图 */
    .home-page #swiper-index {
        height: 2.8rem;
    }
    #swiper-index .swiper-pagination-bullets .swiper-pagination-bullet{
        background-color: rgba(255,255,255,0.5);
        margin: 0 0.15rem;
    }
    #swiper-index .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-radius: 0.6rem;
    }
    #swiper-index .swiper-button-prev {
        left: 0.54rem;
    }
    #swiper-index .swiper-button-next {
        right: 0.54rem;
    }
    .home-page .content-part {
        padding: 0 0.3rem;
    }
    /* 新闻 */
    .content-part .news-container{
        flex-direction: column;
        /* height: unset; */
        margin-bottom: 0.77rem;
    }
    .news-container .left-part {
        width: 100%;
        margin-right: 0;
        background-color: #fff;
       
    }
    .news-container .left-part .content{
        /* height: unset; */
    }
    .news-container .left-part .img {
        height: 3.2rem;
    }
    .news-container .left-part .title{
        font-size: 0.24rem;
        font-weight: bold;
        margin-bottom: 0.14rem;
    }
    .news-container .left-part .text {
        font-size: 0.18rem;
        line-height: 0.26rem;
    }
    .news-container .right-part{
        /* padding: 0 0.4rem; */
        display: none;
    }

    /* 新闻动态，通知公告 */
    .content-part .list-container.xwdt,
    .content-part .list-container.tzgg{
        display: flex;
    }

    /* 精彩直击 */
    .jczj .content-pc{
        display: none;
    }

    .jczj .content-wb{
        display: flex;
        flex-wrap: wrap;
    }
    .jczj .right-part{
        margin-bottom: 0.1rem;
    }
    .jczj .right-part .right-part-item {
        width: 100%;
    }

    .jczj .left-part {
        width: 100%;
        height: 1.8rem;
    }
    
    .jczj .left-part .left-part-item{
        width: calc((100% - 0.1rem) / 2);
        height: 1.8rem;
    }

    .jczj .left-part .left-part-item:first-child{
        margin-right: 0.1rem;
    }

    /* 特别策划、服务案例、合作伙伴公共部分 */
    .list-container{
        margin-bottom: 0.6rem;
    }
    .list-container .top {
        border-bottom: 0.02rem solid rgba(242, 101, 34, 0.5);
        border-radius: 0.02rem;
        margin-bottom: 0.26rem;
    }
    .top .title-box .title-text {
        font-size: 0.24rem;
        font-weight: bold;
        position: relative;
        color: #F26522;
    }
    .top .title-box .title-text::after{
        content: '';
        position: absolute;
        bottom: -0.12rem;
        left: 0;
        width: 100%;
        height: 0.06rem;
        background: #F26522;
    }
    .top .title-box .title-text-en {
        margin-left: 0.29rem;
        font-size: 0.20rem;
    }
    .list-container .top .more {
        font-size: 0.16rem;
    }

/* 主题活动 */
    .zthd .content .conent-item:first-child {
        width: 100%;
        height: 2.4rem;
        margin-bottom: 0.11rem;
        margin-right: 0;
    }
    .zthd .content .conent-item:nth-child(2),
    .zthd .content .conent-item:last-child{
        /* width: 3rem; */
        width: calc((100% - 0.1rem) / 2);
        height: 1.8rem;
        margin-right: 0;
    }
    .zthd .content .conent-item:nth-child(2){
        margin-right: 0.1rem;
    }
    .zthd .content .conent-item:hover .conent-item-mask {
        display: none;
    }

    /* 特别策划 */
    .tbch .content .conent-item:first-child {
        width: 100%;
        height: 2.4rem;
        margin-bottom: 0.11rem;
        margin-right: 0;
    }
    .tbch .content .conent-item:nth-child(2),
    .tbch .content .conent-item:last-child{
        /* width: 3rem; */
        width: calc((100% - 0.1rem) / 2);
        height: 1.8rem;
        margin-right: 0;
    }
    .tbch .content .conent-item:nth-child(2){
        margin-right: 0.1rem;
    }
    .tbch .content .conent-item:hover .conent-item-mask {
        display: none;
    }
    /* 服务案例 */
    .fwal .content{
        height: unset;
    }
    .fwal .content .left-part {
        display: none;
    }
    .fwal .left-part .left-part-img,
    .fwal .right-part .right-part-item .right-part-img {
        border-radius: 0.15rem;
    }
    .fwal .left-part .left-part-mask,
    .fwal .right-part .right-part-item .right-part-mask{
        background-color: rgb(11, 11, 11, 0.5);
        height: 0.32rem;
        border-radius: 0px 0px 0.15rem 0.15rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fwal .left-part .left-part-mask p,
    .fwal .right-part .right-part-item .right-part-mask p{
        font-size: 0.14rem;
        color: #fff;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .fwal .content .right-part{
        width: 100%;
    }
    .fwal .right-part .right-part-item {
        border-radius: 0.15rem;
        height: 1.5rem;
        /* width: 3rem; */
        width: calc((100% - 0.1rem) / 2);
        margin-right: 0.1rem;
        margin-bottom: 0.11rem;
    }
    .fwal .right-part .right-part-item:nth-child(2n) {
        margin-right: 0;
    }
    .fwal .right-part .right-part-item:first-child,
    .fwal .right-part .right-part-item:nth-child(5) {
        /* width: 3rem; */
        width: calc((100% - 0.1rem) / 2);
    }
    .fwal .right-part .right-part-item:nth-child(3),
    .fwal .right-part .right-part-item:nth-child(4){
        margin-bottom: 0;
    }
    .fwal .right-part .right-part-item:nth-child(5),
    .fwal .right-part .right-part-item:nth-child(6) {
        display: none;
    }
    /* 合作伙伴 */
    .hzhb .content .content-item{
        width: calc(100% / 4);
        height: 1.4rem;
    }
    .hzhb .content .content-item:nth-child(9),
    .hzhb .content .content-item:nth-child(10),
    .hzhb .content .content-item:nth-child(11),
    .hzhb .content .content-item:nth-child(12){
        display: none;
    }
    .hzhb {
        margin-bottom: 0.7rem;
    }
    /* 服务案例页 */
    .fwal-page {
        margin-top: calc(1.3rem + 0.36rem);
        padding: 0 0.3rem;
    }
    .fwal-page .content-container .content-item{
        width: 100%;
        margin-right: 0;
    }
	
	.fwal-page .content-container .content-item a{
		height:3rem;
	}
	
    .content-container .content-item .content-item-img{
        width: 100%;
        height: 2.85rem;
    }
	.content-container .content-item .title-box {
	height:auto;
}
  /* 合作伙伴-图片列表 --------------------------------*/
  .partner-link {
    width: 30%;
    height: 2rem;
  }
  .partner-link,.partner-link:nth-child(5n) {
    margin-right: 5%;
  }
  .partner-link:nth-child(3n) {
    margin-right: 0;
  }
 
  
  /* 主题活动-图片列表 --------------------------------*/
  .zthd-list .zthd-nav{
    width: 47.5%;
  }
  .zthd-list .zthd-nav:nth-child(3n),.wccp-list li:nth-child(3n) {
    margin-right: 3.5%;
  }
  .zthd-list .zthd-nav:nth-child(2n) {
    margin-right:0;
  }

  .zthd-img {
    width: 100%;
    height: 2.3rem;
  }

}